Google News
logo
jQuery - Interview Questions
How to work with parent(), children() and siblings() methods in jQuery?
The parent() function returns the parent of the selected element by calling the jQuery parent() function. The siblings() function returns all the siblings of given HTML elements.
Advertisement